From c56943d3cdd1ef2002836d7a0699fec0732c021e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 2 May 2008 10:54:56 +0000 Subject: [PATCH] use GETTEXT_PACKAGE instead of "gtk20". 2008-05-02 Michael Natterer * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20". svn path=/trunk/; revision=20066 --- ChangeLog | 4 ++++ modules/input/imthai.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7821629779..1dd72b3bf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-02 Michael Natterer + + * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20". + 2008-05-01 Richard Hult * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard): diff --git a/modules/input/imthai.c b/modules/input/imthai.c index c93fcbd592..18d88b4796 100644 --- a/modules/input/imthai.c +++ b/modules/input/imthai.c @@ -33,8 +33,8 @@ GType type_thai = 0; static const GtkIMContextInfo thai_info = { "thai", /* ID */ N_("Thai-Lao"), /* Human readable name */ - "gtk20", /* Translation domain */ - GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ + GETTEXT_PACKAGE, /* Translation domain */ + GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "lo:th" /* Languages for which this module is the default */ }; -- 2.30.2